home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir37 / custmn15.zip / CUSTOMMN.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-02-20  |  301b  |  15 lines

  1. @echo off
  2. cls
  3. if not exist cminstal.exe goto note
  4. cminstal %1
  5. if errorlevel 5 goto end
  6. if errorlevel 1 goto end
  7. sync
  8. del data\command.c&e > nul
  9. type readme
  10. goto end
  11. :note
  12. echo You must log onto the diskette drive which contains the diskette
  13. echo you are installing CustomMenu from.
  14. :end
  15.